Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/paramsiddharth/learning-wasm

My path to learning WebAssembly.
https://github.com/paramsiddharth/learning-wasm

Ignore built files

2f41e485497be827e93aa9dc59c165a2e9eae908 authored over 3 years ago
Using Emrun to run HTML files using Emscripten's built-in server with additional features

ded5728150e115a977a4399b7b6e20ad459c6b72 authored over 3 years ago
Describe WASM

92bc465e444599c86c0e6c13f2c06a479e3612ed authored over 3 years ago
Debugging WASM

3731315525e16398149006eadd57b370631ec852 authored over 3 years ago
File I/O 'and Command-Line Arguments'

8f59c5de75f15b16660b0e836bc9cbab2f711739 authored over 3 years ago
File I/O using both embedded files and the Emscripten Fetch API

a39d1f73e80c53c1253f6c60f4c1db818a2521f0 authored over 3 years ago
Calling JS in native code

6bcca331b3e80866a1a1e432e07a4d871b1b86df authored over 3 years ago
Use ccall and cwrap

24eb012d941aa020a12e058895a60d2d2e55db18 authored over 3 years ago
Calling functions via modules compiled using Emscripten

71719ba2fa75de49c457962125bf8f309a024787 authored over 3 years ago
Dynamic-linking: Cross-module function reference calling using the table

dc9366e59cd96876a3ec74dc55ebef57dd6b596c authored over 3 years ago
Call functions via WASM table references

6a9dd69c088eafd17855cfb19fa9223e40605a09 authored over 3 years ago
Use strings from within WAT

191d07c229d8ae0e72aa91fbc8ca10e8b15043d6 authored over 3 years ago
Importing to WASM from JS

e90129cfe17fd64c51e0d0c29852900b977ebe88 authored over 3 years ago
Writing WAT and conversion into binaries using WABT

0752d56a6a970a6cd4e77eae0a0eef023d2b455b authored over 3 years ago
Global WASM variables

b4974aa205c1f379717ef159c7a76125c3f80b0c authored over 3 years ago
The WebAssembly Table class

8eef060de288cbfe20dbfb1572f5547abc353b82 authored over 3 years ago
Add clean target

ef67afa64fda3aa1856f8e3daf06c116af291e12 authored over 3 years ago
The WebAssembly Memory class

bfa6766beb47398de253500633ec618bbbc62f21 authored over 3 years ago
Compile locally to standalone WASM without glue code

ee84efa5cfeead81d080d4a1d8aec5e572c919ce authored over 3 years ago
Test sorting in JS, WASM, and native

6d3d7c556133b546b35ab11efd3d3b98b4360406 authored over 3 years ago
Use instantiate streaming and compare JS and WASM speeds

cab9adf5ffd86e71dbec9d71a60bc3db301ca971 authored over 3 years ago
Compile a simple sum and a recursive Fibonacci function in C++ to WASM

fc68fc8271cff8d2c89aeeb34bad1e4f870a3091 authored over 3 years ago
Ignore errors in cleaning

99df2d8d3a1ab57da97c199921dd27282c7be298 authored over 3 years ago
Update Makefile

69c21d88afae8a2c89f12f0df821af0088787863 authored over 3 years ago
1. ASM.js

abdfe76941dae8fc08ea583b83979d8c4f2ca6a8 authored over 3 years ago