Closed
Bug 1566244
Opened 5 years ago
Closed 5 years ago
Evaluate emscripten + wasm2c as a means to produce a compiled wasm library
Categories
(Core :: General, enhancement, P3)
Core
General
Tracking
()
RESOLVED
FIXED
People
(Reporter: shravanrn, Assigned: shravanrn, Mentored)
References
Details
Create the runtime to use a C library compiled with emscripten (to produce WASM) + wasm2c (to produce C) + gcc (to produce assembly) in Firefox Code
Assignee | ||
Updated•5 years ago
|
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 1•5 years ago
|
||
This works but is difficult to maintain as the runtime required by emscripten (this is NOT the WASM runtime) only supports JS by default... We thus have to maintain a runtime for C, which is difficult due to upstream changes
Assignee | ||
Updated•5 years ago
|
Component: ImageLib → Javascript: WebAssembly
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Type: task → enhancement
Priority: -- → P3
Updated•5 years ago
|
Component: Javascript: WebAssembly → General
You need to log in
before you can comment on or make changes to this bug.
Description
•