@JsType(isNative=true,
namespace="<global>",
name="Object")
public class WebAssemblyOptions
extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
fallbackModulePath
The path of the fallback JavaScript module to use if web assembly is not supported.
|
String |
modulePath
The path of the web assembly JavaScript wrapper module.
|
String |
wasmBinaryFile
The path of the web assembly binary file.
|
| Constructor and Description |
|---|
WebAssemblyOptions() |
@JsProperty public String modulePath
@JsProperty public String wasmBinaryFile
@JsProperty public String fallbackModulePath
Copyright © 2019. All rights reserved.