@iota-pico/pow-wasm
Version:
IOTA Pico Framework Proof Of Work WebAssembly
55 lines (28 loc) • 863 B
Markdown
[@iota-pico/pow-wasm](../README.md) > [IWebPlatform](../interfaces/iwebplatform.md)
# Interface: IWebPlatform
IWebPlatform interface.
## Hierarchy
**IWebPlatform**
## Index
### Properties
* [webAssemblyType](iwebplatform.md#webassemblytype)
### Methods
* [wasmModuleLoader](iwebplatform.md#wasmmoduleloader)
---
## Properties
<a id="webassemblytype"></a>
### webAssemblyType
**● webAssemblyType**: *`string`*
*Defined in [IWebPlatform.ts:5](https://github.com/iota-pico/pow-wasm/tree/master/src/IWebPlatform.ts#L5*
___
## Methods
<a id="wasmmoduleloader"></a>
### wasmModuleLoader
▸ **wasmModuleLoader**(module: *`any`*): `void`
*Defined in [IWebPlatform.ts:6](https://github.com/iota-pico/pow-wasm/tree/master/src/IWebPlatform.ts#L6*
**Parameters:**
| Param | Type |
| ------ | ------ |
| module | `any` |
**Returns:** `void`
___