Michael Ferris
|
b3bee81b8d
WasmReader code style: Return type on same line as declaration, No space between type and *
|
8 лет назад |
Michael Ferris
|
9478176071
Make WebAssembly globals to be readonly, this forces to use the module environment to read the globals after they've been resolved.
|
9 лет назад |
Michael Holman
|
1ade7caae4
modify Wasm.instantiateModule to call new JS API
|
9 лет назад |
Michael Holman
|
227cf793c8
add support for new WebAssembly.Instance(moduleObject[, importObject])
|
9 лет назад |
Nikolay Korovaiko
|
641ccd582e
decode globals section
|
9 лет назад |
George Kuan
|
502949d61d
Implement decoding of data segments
|
10 лет назад |